projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5373d
)
(Fcall_process_region): Supply 7th new arg
author
Kenichi Handa
<handa@m17n.org>
Sat, 10 May 1997 03:37:01 +0000
(
03:37
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 10 May 1997 03:37:01 +0000
(
03:37
+0000)
CODING_SYSTEM as Qnil to Fwrite_region.
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index c4d631618e1728d78fb8a7c023bc98dd76fe9522..958ad19fb82c9cf946c4d0ce3827865cdb8c1017 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-778,7
+778,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
val = CONSP (coding_systems) ? XCONS (coding_systems)->cdr : Qnil;
}
specbind (intern ("coding-system-for-write"), val);
- Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil);
+ Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil
, Qnil
);
#ifdef DOS_NT
if (NILP (Vbinary_process_input))